home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Database / SimpleTableView-1 / FileTable.h < prev    next >
Text File  |  1995-06-12  |  536b  |  17 lines

  1. // -------------------------------------------------------------------------------------
  2. //  FileTable
  3. //  This software is without warranty of any kind.  Use at your own risk.
  4. // -------------------------------------------------------------------------------------
  5.  
  6. #import <objc/Object.h>
  7. #import "DataTable.h"
  8.  
  9. // -------------------------------------------------------------------------------------
  10. @interface FileTable : DataTable
  11. {
  12. }
  13.  
  14. // -------------------------------------------------------------------------------------
  15.  
  16. @end
  17.